Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate DatabricksSubmitRunOperatorAsync and DatabricksRunNowOperatorAsync #1460

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

pankajkoti
Copy link
Collaborator

This PR deprecates the operators DatabricksSubmitRunOperatorAsync
and DatabricksRunNowOperatorAsync from the databricks provider
by proxying them to their Airflow OSS provider's counterpart.

closes: #1416

@pankajkoti
Copy link
Collaborator Author

DAG runs showing the operators entering into deferral state and then succeeding with these changes

Screenshot 2024-01-29 at 2 08 55 PM Screenshot 2024-01-29 at 2 16 34 PM Screenshot 2024-01-29 at 2 19 02 PM

…orAsync

This PR deprecates the operators DatabricksSubmitRunOperatorAsync
and DatabricksRunNowOperatorAsync from the databricks provider
by proxying them to their Airflow OSS provider's counterpart.

closes: #1416
@pankajkoti pankajkoti force-pushed the deprecate-databricks-provider branch from 7def2bc to ef4e3d8 Compare January 29, 2024 09:00
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1c3ec6e) 98.22% compared to head (48d4f31) 98.22%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1460      +/-   ##
==========================================
- Coverage   98.22%   98.22%   -0.01%     
==========================================
  Files          91       91              
  Lines        4801     4733      -68     
==========================================
- Hits         4716     4649      -67     
+ Misses         85       84       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pankajkoti pankajkoti marked this pull request as ready for review January 29, 2024 09:09
@pankajkoti pankajkoti merged commit 84cfc6b into main Jan 29, 2024
11 checks passed
@pankajkoti pankajkoti deleted the deprecate-databricks-provider branch January 29, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate databricks async provider
2 participants